var runtime.stackPoisonCopy

3 uses

	runtime (current package)
		stack.go#L119: 	stackPoisonCopy = 0 // fill stack that should not be accessed with garbage, to detect bad dereferences during copy
		stack.go#L916: 	if stackPoisonCopy != 0 {
		stack.go#L988: 	if stackPoisonCopy != 0 {